Auto merge of #3737 - jbendig:issue_3727, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 21 Feb 2017 14:27:29 +0000 (14:27 +0000)
committerbors <bors@rust-lang.org>
Tue, 21 Feb 2017 14:27:29 +0000 (14:27 +0000)
commit833c66eb40367176866a1e76cad45a14f79ea802
tree060d084eab2d849a439eda72d97dad58fdfbd408
parent56083a3362999695193a8f2252d17b0e4c32145e
parent0002d44069a817fe1eb2eefe51a538f737f2c457
Auto merge of #3737 - jbendig:issue_3727, r=alexcrichton

Fixed required-features not working with dependencies' features.

This should fix issue #3727.

@sgrif suggested making the documentation more clear as well. Should I submit a separate pull request or add a commit for that?